home *** CD-ROM | disk | FTP | other *** search
/ Disc to the Future 2 / Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin / MAC / THINKC / 4_0 / C_INTERF / C_INTERF.H < prev   
Text File  |  1990-09-20  |  134b  |  9 lines

  1. /* Keywords used by "C Interface" utility */
  2. #ifndef _CInterface_
  3.  
  4. #define PUBLIC
  5. #define PRIVATE static
  6.  
  7. #define _CInterface_
  8. #endif
  9.